home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / wb / zoom_v14.lha / Zoom_v1.4 / Zoom!.DOC < prev    next >
Encoding:
Text File  |  1995-01-09  |  4.7 KB  |  146 lines

  1.  
  2.                           Zoom!, version 1.4
  3.                        © 1995 by Stefano Reksten
  4.                      of 3AM - The Three Amigos !!!
  5.  
  6.                        Written using SAS/C v6.2
  7.                             and BtoC v2.7
  8.  
  9.  CONTENTS OF THIS FILE:
  10.  
  11.  o DISCLAIMER
  12.  o COPYRIGHT
  13.  o WHAT'S ZOOM! ?
  14.  o WHAT DOES ZOOM! NEED?
  15.  o WHY WOULD *YOU* NEED ZOOM!?
  16.  o USING ZOOM! FROM CLI
  17.  o USING ZOOM! FROM WORKBENCH
  18.  o HISTORY
  19.  o KNOWN BUGS
  20.  o HOW TO CONTACT THE AUTHOR
  21.  
  22.  
  23.  DISCLAIMER
  24.  ---------------------------------------------------------------------------
  25.  The author is  NOT  responsible for  the  suitability or  accuracy of  this
  26.  documentation and/or the program(s)  it describes.  Any damage  directly or
  27.  indirectly caused by the use or  misuse of this  documentation  and/or  the
  28.  program(s) it describes is the sole responsibility of the user her/him self
  29.  ---------------------------------------------------------------------------
  30.  
  31.  COPYRIGHT
  32.  ---------------------------------------------------------------------------
  33.  Zoom! v1.4,  Copyright  ©  1995  Stefano  Reksten.   All  rights  reserved.
  34.  This program may be distributed  non-commercially only  providing that  the
  35.  executable,  source  code,  documentation  and   copyright  notices  remain
  36.  unchanged and  are included with the distribution.
  37.  The archive must contain the following directories/files:
  38.  
  39.     Zoom_v1.4/
  40.         include/
  41.             3AM.lha     (the include files needed to compile zoom!.c)
  42.         bitmap.library
  43.         Zoom!
  44.         Zoom!.c
  45.         Zoom!.DOC
  46.         Zoom!.DOC.info
  47.         Zoom!.info
  48.     Zoom_v1.4.info
  49.  
  50.  This program is FREEWARE.
  51.  
  52.  ---------------------------------------------------------------------------
  53.  
  54.  WHAT'S ZOOM! ?
  55.  
  56.  Zoom! simply opens  a small resizable window  on your WorkBench screen, and
  57.  zooms ;-) what's under your mouse pointer. To change view simply press your
  58.  RMB when Zoom!'s window is ACTIVE. You can change the zoom rate by clicking
  59.  on the "±" gadget. Timer device can be used to have an automatic re-zooming
  60.  on the last position. You can change the automatic zooming delay time using
  61.  the time gadgets, from NA ( Not Active ) to `?!', that's far far beyond 100
  62.  seconds.  The scaling factor and the delay time are  shown on Zoom!'s drag-
  63.  bar.
  64.  
  65.  ---------------------------------------------------------------------------
  66.  
  67.  WHAT DOES ZOOM! NEED?
  68.  
  69.  o Kickstart 2.04 or higher
  70.  o bitmap.library (enclosed) copied in your LIBS: directory
  71.  
  72.  ---------------------------------------------------------------------------
  73.  
  74.  WHY WOULD *YOU* NEED ZOOM! ?
  75.  
  76.  None knows! ;-) I made this program just for fun. You can use it to form up
  77.  your icons if you want!
  78.  
  79.  ---------------------------------------------------------------------------
  80.  
  81.  USING ZOOM! FROM CLI
  82.  
  83.  USAGE: Zoom! [SCALE factor] [AUTO delay] [LEFT pos] [TOP pos] [WIDTH val]
  84.               [HEIGHT val]
  85.  
  86.  Where SCALE specifies the magnification,  AUTO specifies the length in secs
  87.  before Zoom! re-zooms the last location,  LEFT & TOP  refer to the window's
  88.  position, WIDTH & HEIGHT refer to the window's dimensions.
  89.  
  90.  To launch Zoom!, type 'Zoom!' (doing so you can press CTRL-C to quit),   or
  91.  type 'run Zoom!' (and to quit, you should send him a break signal by tiping
  92.  'break <process_number>' from CLI).
  93.  You can also click on the window's close gadget to exit. :-)
  94.  
  95.  ---------------------------------------------------------------------------
  96.  
  97.  USING ZOOM! FROM WORKBENCH
  98.  
  99.  Double-click on its icon.
  100.  To exit click on the window's close gadget.
  101.  Clicking on '±' gadgets will modify the scaling factor through 2 to 40.
  102.  Clicking on the time gadgets will modify the auto-zooming delay.
  103.  
  104.  CLI options can be specified by writing them in the tooltypes.
  105.  ( E.g.: AUTO=5, WIDTH=100 ) Remember not to put spaces between the option,
  106.  the equate symbol and the value!
  107.  
  108.  ---------------------------------------------------------------------------
  109.  
  110.  HISTORY :
  111.  
  112.  v1.0 : Program created.
  113.         A person who liked it very much: Gianluca Marcoccia.
  114.  
  115.  v1.1 : '±' gadgets added.
  116.         To make him happier.
  117.  
  118.  v1.2 : Timer device plays with us.
  119.  
  120.  v1.3 : Improved timer options & zooming routine. AGA compatible.
  121.  
  122.  v1.4 : Enforcer hit removed. Uses bitmap.library.
  123.  
  124.  ---------------------------------------------------------------------------
  125.  
  126.  KNOWN BUGS:
  127.  
  128.     None.
  129.  
  130.  ---------------------------------------------------------------------------
  131.  
  132.  I have tested this program on my A1200 and it seemed to work correctly.  If
  133.  you find any bug or something weird or have some brilliant ideas or want to
  134.  tell me how much time I am losing doing stupid things like this or anything
  135.  else, write to:
  136.  
  137.  rekststef@unisi.it
  138.  
  139.  Stefano Reksten c/o Naimi
  140.  v.le Cavour, 40
  141.  53100 Siena
  142.  ITALY
  143.  ---------------------------------------------------------------------------
  144.  
  145. <EOF>
  146.